home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / amhelios / win_help.h < prev    next >
Text File  |  1999-01-01  |  2KB  |  47 lines

  1. ////////////////////////////////////////////////////////////
  2. //
  3. //  WIN_HELP.H - MS-Windows Help File
  4. //
  5. //  Version:    1.03A
  6. //
  7. //  History:    94/12/08 - Created.
  8. //              94/12/16 - Version 1.01A release.
  9. //              95/02/05 - Version 1.02A release.
  10. //              95/03/27 - Added HELP_SETCOLOR definition.
  11. //              95/07/21 - Version 1.02B release.
  12. //              96/02/14 - Version 1.02C release.
  13. //              96/04/01 - Version 1.03A release.
  14. //
  15. //  Compilers:  Microsoft Visual C/C++ Professional V1.5
  16. //              Borland C++ Version 4.5
  17. //
  18. //  Author:     Ian Ashdown, P.Eng.
  19. //              byHeart Software Limited
  20. //              620 Ballantree Road
  21. //              West Vancouver, B.C.
  22. //              Canada V7S 1W3
  23. //              Tel. (604) 922-6148
  24. //              Fax. (604) 987-7621
  25. //
  26. //  Copyright 1994-1996 byHeart Software Limited
  27. //
  28. //  The following source code has been derived from:
  29. //
  30. //    Ashdown, I. 1994. Radiosity: A Programmer's
  31. //    Perspective. New York, NY: John Wiley & Sons.
  32. //
  33. //  It may be freely copied, redistributed, and/or modified
  34. //  for personal use ONLY, as long as the copyright notice
  35. //  is included with all source code files.
  36. //
  37. ////////////////////////////////////////////////////////////
  38.  
  39. #define HELP_BOOK           0
  40. #define HELP_SETCAMERA      1
  41. #define HELP_SETCOLOR       2
  42. #define HELP_SETCONVERGE    3
  43. #define HELP_SETDIR         4
  44. #define HELP_SETDISPLAY     5
  45. #define HELP_SETVIEW        6
  46.  
  47.